home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_bind.idb / usr / freeware / catman / u_man / cat8 / ndc.8.z / ndc.8
Text File  |  1998-05-26  |  3KB  |  62 lines

  1. NDC(8)                    BSD System Manager's Manual                   NDC(8)
  2.  
  3. NNAAMMEE
  4.      nnddcc - name daemon control interface
  5.  
  6. SSYYNNOOPPSSIISS
  7.      nnddcc _d_i_r_e_c_t_i_v_e [_._._.]
  8.  
  9. DDEESSCCRRIIPPTTIIOONN
  10.      This command allows the name server administrator to send various signals
  11.      to the name server, or to restart it.  Zero or more directives may be
  12.      given, from the following list:
  13.  
  14.      ssttaattuuss    Displays the current status of named(8) as shown by ps(1).
  15.  
  16.      dduummppddbb    Causes nnaammeedd to dump its database and cache to
  17.                _/_v_a_r_/_t_m_p_/_n_a_m_e_d___d_u_m_p_._d_b (uses the INT signal.)
  18.  
  19.      rreellooaadd    Causes nnaammeedd to check the serial numbers of all primary and
  20.                secondary zones and to reload those that have changed (uses the
  21.                HUP signal.)
  22.  
  23.      ssttaattss     Causes nnaammeedd to dump its statistics to _/_v_a_r_/_t_m_p_/_n_a_m_e_d_._s_t_a_t_s
  24.                (uses the IOT or ABRT signal.)
  25.  
  26.      ttrraaccee     Causes nnaammeedd to increment its ``tracing level'' by one.  When-
  27.                ever the tracing level is nonzero, trace information will be
  28.                written to _/_v_a_r_/_t_m_p_/_n_a_m_e_d_._r_u_n. Higher tracing levels result in
  29.                more detailed information.  (Uses the USR1 signal.)
  30.  
  31.      nnoottrraaccee   Causes nnaammeedd to set its ``tracing level'' to zero, closing
  32.                _/_v_a_r_/_t_m_p_/_n_a_m_e_d_._r_u_n, if it is open (uses the USR2 signal.)
  33.  
  34.      qquueerryylloogg  Causes nnaammeedd to toggle the ``query logging'' feature, which
  35.                while on will result in a syslog(2) of each incoming query (us-
  36.                es the WINCH signal.)  Note that query logging consumes quite a
  37.                lot of log file space.  This directive may also be given as
  38.                qqrryylloogg.
  39.  
  40.      ssttaarrtt     Causes nnaammeedd to be started, as long as it isn't already run-
  41.                ning.
  42.  
  43.      ssttoopp      Causes nnaammeedd to be stopped, if it is running.
  44.  
  45.      rreessttaarrtt   Causes nnaammeedd to be killed and restarted.
  46.  
  47. BBUUGGSS
  48.      Arguments to nnaammeedd are not preserved by rreessttaarrtt, or known by ssttaarrtt.
  49.  
  50.      Some mechanism for controlling the parameters and environment should ex-
  51.      ist.
  52.  
  53.      Implemented as a sh(1) script.
  54.  
  55. AAUUTTHHOORR
  56.      Paul Vixie (Internet Software Consortium)
  57.  
  58. SSEEEE AALLSSOO
  59.      named(8),  named.reload(8),  named.restart(8).
  60.  
  61. 4th Berkeley Distribution      November 27, 1994                             1
  62.